home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / lawn_pac.swf / scripts / DefineButton2_144 / BUTTONCONDACTION on(keyPress Right).as < prev    next >
Encoding:
Text File  |  2008-11-13  |  69 b   |  5 lines

  1. on(keyPress "<Right>"){
  2.    call("/:right");
  3.    gotoAndPlay(1);
  4. }
  5.